PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.barcodes.bidimensional Package / PDF417Barcode Class / renderCodeword Method
In This Topic
    renderCodeword Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    protected void renderCodeword( 
       double left,
       double top,
       double barWidth,
       double barHeight,
       byte[] codeword,
       PDFColor color
    )

    Parameters

    left
    top
    barWidth
    barHeight
    codeword
    color
    See Also